home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr34 / onetime.zip / CVT.DOC < prev    next >
Text File  |  1995-04-26  |  2KB  |  38 lines

  1.                                       CVT
  2. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  3.  
  4. CVT is a utility that converts a text file containing numbers and 
  5. punctuation characters into a file containing only text characters and 
  6. *words* spelling out the numbers and almost all of the punctuation. As a 
  7. example, the target file containing: 1,2,3! would be converted into a file 
  8. containing: 
  9.                        ONECOMMATWOCOMMATHREEEXCLAMATIONPOINT.
  10.  
  11. This utility is part of the shareware *ONETIME* file security package. It is 
  12. intended to convert text files containing numbers and punctuation into a 
  13. form that can be completely encoded by the text-encoding portion of 
  14. *ONETIME*, OT. If CVT were not used, all the numbers and punctuation in the 
  15. original "plaintext" file would be lost when the file was encoded. Of 
  16. course, if the FCODE file-encoder is used, then CVT is not necessary. 
  17.  
  18. CVT works as a stand-alone utility, but there would be no purpose in using it 
  19. apart from its function in *ONETIME*.  To invoke CVT, type: cvt filename, 
  20. where filename is the name of the target file to convert.  The converted file 
  21. is named FILE.CVT, and the original file is not deleted.  It is suggested 
  22. that ZDEL be used to delete both the original file and the converted file, as 
  23. appropriate after encoding. 
  24.  
  25. The C source code for CVT is included for use and modification by interested 
  26. programmers, if the permission of the author is obtained.
  27.  
  28. ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  29.  
  30. M\Cooper
  31. 3425 Chestnut Ridge Rd.
  32. Grantsville, MD 21536-9801
  33. --------------------------
  34. Email:  thegrendel@aol.com
  35.  
  36.  
  37.  
  38.